| <%= column.human_name %> | <% end %>Mountain | Spouse | ||||
|---|---|---|---|---|---|---|
| <%=h dwarf.send(column.name) %> | <% end %><%= ( dwarf.mountain != nil) ? h(dwarf.mountain.name) : "" %> | <%= ( dwarf.spouse != nil) ? h(dwarf.spouse.name) : "" %> | <%= link_to 'Show', :action => 'show', :id => dwarf %> | <%= link_to 'Edit', :action => 'edit', :id => dwarf %> | <%= link_to 'Destroy', {:action => 'destroy', :id => dwarf}, :confirm => 'Are you sure?' %> | <%= link_to_remote("visits", :update => "div" + dwarf.id.to_s, :url => { :action => :visits, :id => dwarf }) %> |